Searched refs:pin_reply (Results 1 – 3 of 3) sorted by relevance
/system/bt/btif/src/ |
D | bluetooth.c | 311 static int pin_reply(const bt_bdaddr_t *bd_addr, uint8_t accept, in pin_reply() function 493 pin_reply,
|
/system/bt/bta/dm/ |
D | bta_dm_act.c | 1022 current_trusted_mask = BTM_ReadTrustedMask(p_data->pin_reply.bd_addr); in bta_dm_pin_reply() 1033 if(p_data->pin_reply.accept) in bta_dm_pin_reply() 1036 …BTM_PINCodeReply(p_data->pin_reply.bd_addr, BTM_SUCCESS, p_data->pin_reply.pin_len, p_data->pin_re… in bta_dm_pin_reply() 1040 BTM_PINCodeReply(p_data->pin_reply.bd_addr, BTM_NOT_AUTHORIZED, 0, NULL, trusted_mask ); in bta_dm_pin_reply() 4536 if (p_data->pin_reply.accept) in bta_dm_ble_passkey_reply()
|
D | bta_dm_int.h | 679 tBTA_DM_API_PIN_REPLY pin_reply; member
|