MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / deleteBonding

Method deleteBonding

modules/network/ble/sm.js:42–44  ·  view source on GitHub ↗
(address, addressType = GAP.AddressType.PUBLIC)

Source from the content-addressed store, hash-verified

40 static deleteAllBondings() @ "xs_ble_sm_delete_all_bondings"
41
42 static deleteBonding(address, addressType = GAP.AddressType.PUBLIC) {
43 SM.#deleteBonding(address, addressType);
44 }
45
46 static #deleteBonding() @ "xs_ble_sm_delete_bonding"
47};

Callers 3

removeMethod · 0.80
onDisconnectedMethod · 0.80
onDisconnectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected