Home | History | Annotate | Download | only in btm

Lines Matching full:address

21  *  This file contains functions for BLE address management.
45 ** Description This is callback functioin when resolvable private address
78 /* random address set failure */
79 BTM_TRACE_DEBUG("set random address failed");
86 ** Description This function is called when random address has generate the
87 ** random number base for low 3 byte bd address.
124 ** Description This function generate a resolvable private address.
180 ** Description This function generate a non-resolvable private address.
206 ** Utility functions for Random address resolving
212 ** Description This function compares the X with random address 3 MSO bytes
223 /* compare the hash with 3 LSB of bd address */
244 ** Description This function is used to initialize pseudo address.
245 ** If pseudo address is not available, use dummy address
285 /* use the 3 MSB of bd address as prand */
290 /* generate X = E irk(R0, R1, R2) and R is random address 3 LSO */
311 ** Description This function match the random address to the appointed device
321 /* use the 3 MSB of bd address as prand */
341 /* generate X = E irk(R0, R1, R2) and R is random address 3 LSO */
353 ** Description This function is called to resolve a random address.
356 ** address is matched to.
368 /* start to resolve random address */
385 ** address mapping between pseudo address and real connection address
391 ** Description find the security record whose LE static address is matching
419 ** Description This function map a static BD address to a pseudo random address
429 /* evt reported on static address, map static address to random pseudo */
436 /* assign the original address to be the current report address */
451 ** Description This function map a random pseudo address to a public address
479 address into security
480 ** database and set active connection address.
499 /* unknown, if dummy address, set to static */
514 /* connection refresh remote address */
523 /* use static address, resolvable_private_addr is empty */
554 ** Description This function refresh the currently used resolvable private address for the
578 memcpy(p->conn_addr,&controller_get_interface()->get_address()->address, BD_ADDR_LEN);