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

/system/bt/btif/src/
H A Dbluetooth.c286 static int pin_reply(const bt_bdaddr_t *bd_addr, uint8_t accept, function
445 pin_reply,
/system/bt/bta/dm/
H A Dbta_dm_act.c946 ** Description Send the pin_reply to a request from BTM
957 current_trusted_mask = BTM_ReadTrustedMask(p_data->pin_reply.bd_addr);
968 if(p_data->pin_reply.accept)
971 BTM_PINCodeReply(p_data->pin_reply.bd_addr, BTM_SUCCESS, p_data->pin_reply.pin_len, p_data->pin_reply.p_pin, trusted_mask );
975 BTM_PINCodeReply(p_data->pin_reply.bd_addr, BTM_NOT_AUTHORIZED, 0, NULL, trusted_mask );
4639 if (p_data->pin_reply.accept)
H A Dbta_dm_int.h681 tBTA_DM_API_PIN_REPLY pin_reply; member in union:__anon130

Completed in 15 milliseconds