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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp127 static void jstr2bdaddr(JNIEnv* env, bt_bdaddr_t *bda, jstring address) argument
130 if (c_bda != NULL && bda != NULL && strlen(c_bda) == 17)
132 bd_addr_str_to_addr(c_bda, bda->address);
225 void btgattc_scan_result_cb(bt_bdaddr_t* bda, int rssi, uint8_t* adv_data) argument
231 bda->address[0], bda->address[1], bda->address[2],
232 bda->address[3], bda->address[4], bda
246 btgattc_open_cb(int conn_id, int status, int clientIf, bt_bdaddr_t* bda) argument
262 btgattc_close_cb(int conn_id, int status, int clientIf, bt_bdaddr_t* bda) argument
381 btgattc_remote_rssi_cb(int client_if,bt_bdaddr_t* bda, int rssi, int status) argument
663 btgatts_connection_cb(int conn_id, int server_if, int connected, bt_bdaddr_t *bda) argument
744 btgatts_request_read_cb(int conn_id, int trans_id, bt_bdaddr_t *bda, int attr_handle, int offset, bool is_long) argument
762 btgatts_request_write_cb(int conn_id, int trans_id, bt_bdaddr_t *bda, int attr_handle, int offset, int length, bool need_rsp, bool is_prep, uint8_t* value) argument
786 btgatts_request_exec_write_cb(int conn_id, int trans_id, bt_bdaddr_t *bda, int exec_write) argument
1270 bt_bdaddr_t bda; local
[all...]

Completed in 40 milliseconds