Searched refs:pin_reply (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbluetooth.c304 static int pin_reply(const bt_bdaddr_t *bd_addr, uint8_t accept, function
453 pin_reply,
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c910 ** Description Send the pin_reply to a request from BTM
921 current_trusted_mask = BTM_ReadTrustedMask(p_data->pin_reply.bd_addr);
932 if(p_data->pin_reply.accept)
935 BTM_PINCodeReply(p_data->pin_reply.bd_addr, BTM_SUCCESS, p_data->pin_reply.pin_len, p_data->pin_reply.p_pin, trusted_mask );
939 BTM_PINCodeReply(p_data->pin_reply.bd_addr, BTM_NOT_AUTHORIZED, 0, NULL, trusted_mask );
5072 if (p_data->pin_reply.accept)
H A Dbta_dm_int.h754 tBTA_DM_API_PIN_REPLY pin_reply; member in union:__anon533

Completed in 114 milliseconds